home *** CD-ROM | disk | FTP | other *** search
Wrap
{ "schema": { "ContactID": "Long Integer NOT NULL", "FirstName": "Text (50)", "LastName": "Text (50)", "Dear": "Text (50)", "Address": "Text (255)", "City": "Text (50)", "StateOrProvince": "Text (20)", "PostalCode": "Text (20)", "Region": "Text (50)", "Country": "Text (50)", "CompanyName": "Text (50)", "Title": "Text (50)", "WorkPhone": "Text (30)", "WorkExtension": "Text (20)", "MobilePhone": "Text (30)", "FaxNumber": "Text (30)", "EmailName": "Text (50)", "LastMeetingDate": "DateTime", "ContactTypeID": "Long Integer", "ReferredBy": "Text (50)", "Notes": "Memo/Hyperlink (255)" }, "data": [ { "ContactID": 1, "FirstName": "Nancy", "LastName": "Davolio", "Dear": "Nancy", "Address": "507 - 20th Ave. E.\r\nApt. 2A", "City": "Seattle", "StateOrProvince": "WA", "PostalCode": "98122", "Country": "USA", "CompanyName": "Cascade Coffee Roasters", "Title": "Sales Representative", "WorkPhone": "(206) 555-9857", "MobilePhone": "2065558888", "FaxNumber": "(206) 555-9858", "EmailName": "nancyd@anywhere.com", "LastMeetingDate": "01/11/97 00:00:00", "ContactTypeID": 2, "ReferredBy": "Elizabeth Brown", "Notes": "Education includes a B.A. in Psychology from State University (1970.) She also completed \"The Art of the Cold Call.\" She's got a good taste for flavored coffees." }, { "ContactID": 2, "FirstName": "Janet", "LastName": "Leverling", "Dear": "Janet", "Address": "722 Moss Bay Blvd.", "City": "Kirkland", "StateOrProvince": "WA", "PostalCode": "98033", "Country": "USA", "CompanyName": "Northwind Traders", "Title": "Vice President, New Products", "WorkPhone": "(206) 555-3412", "MobilePhone": "2065557777", "FaxNumber": "(206) 555-3413", "EmailName": "janetl@anywhere.com", "LastMeetingDate": "01/11/97 00:00:00", "ContactTypeID": 1, "ReferredBy": "Aria Cruz", "Notes": "Janet has a B.S. degree in Chemistry from State University (1984). She also completed a certificate program in Food Retailing Management. Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992." }, { "ContactID": 3, "FirstName": "Andrew", "LastName": "Fuller", "Dear": "Andrew", "Address": "908 W. Capital Way", "City": "Tacoma", "StateOrProvince": "WA", "PostalCode": "98401", "Country": "USA", "CompanyName": "Volcano Coffee Company", "Title": "Sales Representative", "WorkPhone": "(206) 555-9482", "MobilePhone": "2065556666", "FaxNumber": "(206) 555-9483", "EmailName": "andrewf@anywhere.com", "LastMeetingDate": "01/11/97 00:00:00", "ContactTypeID": 2 }, { "ContactID": 4, "FirstName": "Margaret", "LastName": "Peacock", "Dear": "Margaret", "Address": "4110 Old Redmond Rd.", "City": "Redmond", "StateOrProvince": "WA", "PostalCode": "98052", "Country": "USA", "CompanyName": "Fourth Coffee", "Title": "Purchase Manager", "WorkPhone": "(206) 555-8122", "MobilePhone": "2065555555", "FaxNumber": "(206) 555-8123", "EmailName": "margiep@anywhere.com", "LastMeetingDate": "01/11/97 00:00:00", "ContactTypeID": 1, "ReferredBy": "Lino Rodriquez" }, { "ContactID": 5, "FirstName": "Steven", "LastName": "Buchanan", "Dear": "Steve", "Address": "14 Garrett Hill", "City": "London", "PostalCode": "SW1 8JR", "Country": "UK", "CompanyName": "Health Food Store", "Title": "Purchase Manager", "WorkPhone": "(71) 555-2222", "EmailName": "steveb@anywhere.com", "LastMeetingDate": "01/11/97 00:00:00", "ContactTypeID": 1 }, { "ContactID": 6, "FirstName": "Michael", "LastName": "Suyama", "Dear": "Mike", "Address": "722 Moss Bay Blvd.", "City": "Kirkland", "StateOrProvince": "WA", "PostalCode": "98033", "Country": "USA", "CompanyName": "Northwind Traders", "Title": "Purchase Manager", "WorkPhone": "(206) 555-3412", "FaxNumber": "(206) 555-3413", "LastMeetingDate": "01/11/97 00:00:00", "ContactTypeID": 1 } ] }